﻿/*Msg*/
#dvMsgBox{display:none;position:absolute;font-size:12px;width:300px;overflow:hidden;z-index:999;border: 1px solid #DE8B21;}
#dvMsgBox .top{height:25px;background:transparent url(images/top.png) no-repeat;padding-left:7px;}
#dvMsgBox .top .right .title{cursor:move;line-height:25px;color:#15428b;vertical-align:middle;font-weight:bold;overflow:hidden;height:25px;width:100%}
#dvMsgBox .body .right .ct{margin-top:-1px;background-color:#FFFFFF;line-height:25px;vertical-align:middle;padding:10px;font-size:14px;font-weight:bold;color:red; text-align:center;height:45px;}
#dvMsgBox .bottom .right{height:100%;}
#dvMsgBox .bottom .right .btn{height:100%;text-align:center;background-color:#FFFFFF;}
#dvMsgBox .bottom .right .btn input{border:0px;width:78px;height:23px;text-align:center;line-height:23px;vertical-align:middle;cursor:pointer;}
#dvMsgBox .bottom .right .btn input.btn{background:url(images/btn_nor.gif) no-repeat;}
#dvMsgBox .bottom .right .btn input.btnfocus{background:url(images/btn_focus.gif) no-repeat;}
#dvMsgBox .icon{width:32px;height:32px;float:left;margin-right:10px;}
#dvMsgBox .error{background:url(images/icon-error.gif) no-repeat;}
#dvMsgBox .info{background:url(images/icon-info.gif) no-repeat;}
#dvMsgBox .warning{background:url(images/icon-warning.gif) no-repeat;}
#dvMsgBox .clear{clear:both;}
#dvMsgBox .height{height:10px;line-height:10px;}
#ShowBolightBox{display:none;-moz-opacity:0.5;filter:alpha(opacity=50);opacity:0.5;background-color:#000000;z-index:100;position:absolute;left:0px;top:0px;}